22. Quiz

Data stored in the database should be used as a backup for display.

SOLUTION: False

An abstraction layer providing data access methods that hide the source from the caller is a..

SOLUTION: Repository

The general computer science term representing data stored for future is use is __.

SOLUTION: Cache

An abstraction layer that provides a controlled model for data provided from a network source is..

SOLUTION: Domain

The Android API that handles background operations at a system-level outside of the application lifecycle.

SOLUTION: WorkManager

The __ method of a Worker defines the specific tasks to be run as part of a background operation.

SOLUTION: `doWork`

Background operations handled by Android will run at precise intervals defined as part of the PeriodicWork.

SOLUTION: False

A _ prevents background tasks from being run while the device is in active use.

SOLUTION: Constraint